Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci(vtk): fix tests for vtk-9.4.0 by parsing XML file and checking attrs #2380

Merged
merged 1 commit into from
Nov 26, 2024

Conversation

mwtoews
Copy link
Contributor

@mwtoews mwtoews commented Nov 26, 2024

This fixes a recent CI failure that uses the latest VTK package (9.4.0). The tests are changed from simple counting number of lines to checking attributes in the XML file using built-in XML tools, which should be more robust.

Binary wheels for vtk are now available for Python 3.13, so the conditional installs are removed for vtk and pyvista.

Copy link

codecov bot commented Nov 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 75.9%. Comparing base (bb9824e) to head (6ece353).
Report is 12 commits behind head on develop.

Additional details and impacted files
@@            Coverage Diff            @@
##           develop   #2380     +/-   ##
=========================================
+ Coverage     68.4%   75.9%   +7.5%     
=========================================
  Files          294     294             
  Lines        59390   61639   +2249     
=========================================
+ Hits         40652   46842   +6190     
+ Misses       18738   14797   -3941     

see 229 files with indirect coverage changes

@wpbonelli wpbonelli merged commit 125b926 into modflowpy:develop Nov 26, 2024
23 checks passed
@mwtoews mwtoews deleted the ci-fix-vtk-9.4 branch November 26, 2024 16:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants